{ "summary": "Get a specific deployment pipeline", "description": "", "method": "GET", "path": "/deployment-pipelines/{id}", "parameters": { "id": 1.0 }, "request_body": null, "response": { "id": 1, "name": "string", "integrationType": "string", "integrationKey": "string", "teams": [ { "id": null, "name": null } ], "createdAt": "string" } }